ReadRegNumber
|
Description: |
baReadRegNumber gets a number from the Windows Registry. |
|
Platforms: |
Windows |
|
Usage: |
Result = baReadRegNumber( KeyName, ValueName, Default, Branch ) |
|
Arguments: |
String, string, integer, string. |
|
Returns: |
Integer. Returns the value associated with the Keyname. If the Keyname doesn't exist, then the return will be the Default value. |
|
Examples: |
Director: Authorware: |
|
Notes: |
A Registry entry consists of keys and sub-keys, similar to the directories and sub-directories in the Windows file system. 32 bit Windows adds Values to the registry. These can be thought of as files within the key.
|
|
See also: |
baReadRegString |